From a52f7c348e39035da76ecd51500955f29eab01ca Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 22 Jul 2000 23:56:56 +0000 Subject: [PATCH] Check for mkstemp and sigsetjmp. Output gdk-pixbuf/makefile.mingw and 2000-07-23 Tor Lillqvist * configure.in: Check for mkstemp and sigsetjmp. Output gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 4 +++- 8 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b846b11438..6d0d2d8f84 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-07-23 Tor Lillqvist + + * configure.in: Check for mkstemp and sigsetjmp. Output + gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw. + Sat Jul 22 17:41:26 2000 Owen Taylor * gtk/gtkentry.[ch]: Fix some problems with vertical diff --git a/configure.in b/configure.in index 6f8d6afb02..b8541f737a 100644 --- a/configure.in +++ b/configure.in @@ -194,7 +194,7 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) -AC_CHECK_FUNCS(lstat) +AC_CHECK_FUNCS(lstat mkstemp sigsetjmp) AC_MSG_CHECKING(whether make is GNU Make) STRIP_BEGIN= @@ -1000,8 +1000,10 @@ docs/reference/gdk-pixbuf/Makefile docs/faq/Makefile docs/tutorial/Makefile gdk-pixbuf/Makefile +gdk-pixbuf/makefile.mingw gdk-pixbuf/gdk-pixbuf-features.h gdk-pixbuf/pixops/Makefile +gdk-pixbuf/pixops/makefile.mingw gdk/Makefile gdk/x11/Makefile gdk/win32/Makefile -- 2.30.2